﻿2026-05-17T23:53:50.8218149Z ##[group]Run actions/checkout@v4
2026-05-17T23:53:50.8219536Z with:
2026-05-17T23:53:50.8220383Z   repository: SaberMage/rebno
2026-05-17T23:53:50.8221704Z   token: ***
2026-05-17T23:53:50.8222531Z   ssh-strict: true
2026-05-17T23:53:50.8223596Z   ssh-user: git
2026-05-17T23:53:50.8224459Z   persist-credentials: true
2026-05-17T23:53:50.8225407Z   clean: true
2026-05-17T23:53:50.8226284Z   sparse-checkout-cone-mode: true
2026-05-17T23:53:50.8227311Z   fetch-depth: 1
2026-05-17T23:53:50.8228152Z   fetch-tags: false
2026-05-17T23:53:50.8229052Z   show-progress: true
2026-05-17T23:53:50.8229925Z   lfs: false
2026-05-17T23:53:50.8230732Z   submodules: false
2026-05-17T23:53:50.8231603Z   set-safe-directory: true
2026-05-17T23:53:50.8232895Z env:
2026-05-17T23:53:50.8233703Z   SKIP_STAGING_VERIFY: false
2026-05-17T23:53:50.8234693Z   SKIP_PHASE_4_CARRYOVER: 
2026-05-17T23:53:50.8235652Z   SKIP_STAGING_SMOKE: false
2026-05-17T23:53:50.8236607Z ##[endgroup]
2026-05-17T23:53:50.9458714Z Syncing repository: SaberMage/rebno
2026-05-17T23:53:50.9463514Z ##[group]Getting Git version info
2026-05-17T23:53:50.9465361Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T23:53:50.9468236Z [command]/usr/bin/git version
2026-05-17T23:53:50.9548345Z git version 2.54.0
2026-05-17T23:53:50.9607497Z ##[endgroup]
2026-05-17T23:53:50.9622022Z Temporarily overriding HOME='/home/runner/work/_temp/09ad5c9e-3d44-4dd7-b4f0-59a4ebe80ebe' before making global git config changes
2026-05-17T23:53:50.9645071Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T23:53:50.9657834Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T23:53:50.9708865Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T23:53:50.9719990Z ##[group]Initializing the repository
2026-05-17T23:53:50.9722604Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T23:53:50.9822530Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T23:53:50.9827986Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T23:53:50.9832528Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T23:53:50.9862562Z hint: call:
2026-05-17T23:53:50.9864366Z hint:
2026-05-17T23:53:50.9866205Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T23:53:50.9873783Z hint:
2026-05-17T23:53:50.9876199Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T23:53:50.9879699Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T23:53:50.9882595Z hint:
2026-05-17T23:53:50.9884573Z hint: 	git branch -m <name>
2026-05-17T23:53:50.9886535Z hint:
2026-05-17T23:53:50.9888824Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T23:53:50.9892594Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T23:53:50.9898708Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T23:53:50.9947888Z ##[endgroup]
2026-05-17T23:53:50.9950621Z ##[group]Disabling automatic garbage collection
2026-05-17T23:53:50.9953380Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T23:53:51.0005170Z ##[endgroup]
2026-05-17T23:53:51.0023425Z ##[group]Setting up auth
2026-05-17T23:53:51.0026306Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T23:53:51.0082137Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T23:53:51.0423304Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T23:53:51.0455244Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T23:53:51.0635175Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T23:53:51.0668510Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T23:53:51.0882330Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T23:53:51.0904380Z ##[endgroup]
2026-05-17T23:53:51.0908356Z ##[group]Fetching the repository
2026-05-17T23:53:51.0916933Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +875c2fbe2a99df910a7c76f65135c17224932dbb:refs/remotes/origin/main
2026-05-17T23:53:52.5735896Z From https://github.com/SaberMage/rebno
2026-05-17T23:53:52.5737660Z  * [new ref]         875c2fbe2a99df910a7c76f65135c17224932dbb -> origin/main
2026-05-17T23:53:52.5769803Z ##[endgroup]
2026-05-17T23:53:52.5770928Z ##[group]Determining the checkout info
2026-05-17T23:53:52.5772107Z ##[endgroup]
2026-05-17T23:53:52.5778487Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T23:53:52.5818117Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T23:53:52.5841478Z ##[group]Checking out the ref
2026-05-17T23:53:52.5846316Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T23:53:53.0380966Z Switched to a new branch 'main'
2026-05-17T23:53:53.0382004Z branch 'main' set up to track 'origin/main'.
2026-05-17T23:53:53.0935758Z ##[endgroup]
2026-05-17T23:53:53.0987469Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T23:53:53.1010618Z 875c2fbe2a99df910a7c76f65135c17224932dbb
